CallFunctionOnResponse

data class CallFunctionOnResponse(result: RemoteObject, exceptionDetails: ExceptionDetails?)

Represents response frame that is returned from Runtime#callFunctionOn operation call. Calls function with given declaration on the given object. Object group of the result is inherited from the target object.

See also

Constructors

CallFunctionOnResponse
Link copied to clipboard
fun CallFunctionOnResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails
Link copied to clipboard
val exceptionDetails: ExceptionDetails? = null
Exception details.
result
Link copied to clipboard
val result: RemoteObject
Call result.

Sources

jvm source
Link copied to clipboard